home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1988 / 05 / spmtpl.def < prev    next >
Text File  |  1988-08-18  |  299b  |  20 lines

  1. Written by Bill Hall, Olivetti ATC.
  2.  
  3. NAME    Spmtpl
  4.  
  5. DESCRIPTION    'Presentation Manager Small Memory Model Template'
  6.  
  7. STUB    'OS2STUB.EXE'
  8.  
  9. HEAPSIZE  1024
  10. STACKSIZE 4096
  11.  
  12. CODE    MOVEABLE
  13. DATA    MOVEABLE MULTIPLE
  14.  
  15. SEGMENTS
  16.     _INIT PRELOAD MOVEABLE DISCARDABLE
  17.  
  18. EXPORTS
  19.     MainWndProc    @1
  20.